Skip to content

Develop#538

Merged
marle3003 merged 41 commits intomainfrom
develop
Apr 28, 2025
Merged

Develop#538
marle3003 merged 41 commits intomainfrom
develop

Conversation

@marle3003
Copy link
Copy Markdown
Owner

No description provided.

marle3003 and others added 30 commits April 24, 2025 21:22
Bumps [ace-builds](https://github.com/ajaxorg/ace-builds) from 1.40.0 to 1.40.1.
- [Release notes](https://github.com/ajaxorg/ace-builds/releases)
- [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md)
- [Commits](ajaxorg/ace-builds@v1.40.0...v1.40.1)

---
updated-dependencies:
- dependency-name: ace-builds
  dependency-version: 1.40.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…develop/ace-builds-1.40.1

Bump ace-builds from 1.40.0 to 1.40.1 in /webui
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.2 to 6.3.3.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.3.3/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…develop/vite-6.3.3

Bump vite from 6.3.2 to 6.3.3 in /webui
Bumps [eslint](https://github.com/eslint/eslint) from 9.24.0 to 9.25.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.24.0...v9.25.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.25.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…develop/eslint-9.25.1

Bump eslint from 9.24.0 to 9.25.1 in /webui
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.14.1 to 22.15.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 22.15.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…develop/types/node-22.15.2

Bump @types/node from 22.14.1 to 22.15.2 in /webui
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 2.2.8 to 2.2.10.
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/HEAD/packages/tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-version: 2.2.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…develop/vue-tsc-2.2.10

Bump vue-tsc from 2.2.8 to 2.2.10 in /webui
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.25.2 to 0.25.3.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.25.2...v0.25.3)

---
updated-dependencies:
- dependency-name: github.com/evanw/esbuild
  dependency-version: 0.25.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…github.com/evanw/esbuild-0.25.3

Bump github.com/evanw/esbuild from 0.25.2 to 0.25.3
improve ssg to create index.html files
add playwright test for sitemap
update dynamic configuration documentation
remove debug logs
improve error message when XML is expected but got something other
add Kafka dashboard test for validation UI
fix sitemap test
improve docker example
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 28, 2025

Codecov Report

Attention: Patch coverage is 68.29268% with 13 lines in your changes missing coverage. Please review.

Project coverage is 61.53%. Comparing base (0ac01a3) to head (37ebac8).
Report is 42 commits behind head on main.

Files with missing lines Patch % Lines
engine/host.go 70.96% 8 Missing and 1 partial ⚠️
engine/common/host.go 0.00% 2 Missing ⚠️
providers/openapi/schema/unmarshal_xml.go 0.00% 1 Missing ⚠️
schema/json/parser/error.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #538      +/-   ##
==========================================
+ Coverage   61.52%   61.53%   +0.01%     
==========================================
  Files         432      432              
  Lines       34852    34886      +34     
==========================================
+ Hits        21441    21467      +26     
- Misses      11784    11793       +9     
+ Partials     1627     1626       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@marle3003 marle3003 merged commit 4d5930a into main Apr 28, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant